From 62dcdb74d841faa878589a7dde027be9f11e2c67 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 10 May 2010 09:25:46 +0100 Subject: [PATCH] Remus: fix missing import in device.py Signed-off-by: Brendan Cully --- tools/python/xen/remus/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/remus/device.py b/tools/python/xen/remus/device.py index b4d8a0c2c1..a0e50cc8a8 100644 --- a/tools/python/xen/remus/device.py +++ b/tools/python/xen/remus/device.py @@ -2,7 +2,7 @@ # # Coordinates with devices at suspend, resume, and commit hooks -import os +import os, re import netlink, qdisc, util -- 2.30.2